x86, xend: Fix processing of cpuid config parameters
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 10 Sep 2008 09:51:48 +0000 (10:51 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 10 Sep 2008 09:51:48 +0000 (10:51 +0100)
commit4b4f92e98d6bdab2a9b7fdd9474bff988bdee0cb
treef2b0fb6277fb9fa7b3f8c4471bd9e4eb53e12f93
parentddf4a60539588183547d2f9c72d8460df17d72bf
x86, xend: Fix processing of cpuid config parameters

There is an python indentation issue keeping the full range of syntax
for the cpuid config file parameter from working correctly.  This
patch fixes that.  It also fixes some misspelling and a missing 'x' in
two of the example config files (must have 32 bits represented for
cpuid registers).

Signed-off-by: Bruce Rogers <brogers@novell.com>
tools/examples/xmexample.hvm
tools/examples/xmexample.hvm-stubdom
tools/python/xen/xm/create.py